SELECT 
order_product_id orders_products_id, 
order_id orders_id, 
product_id products_id, 
name products_name, 
model products_model, 
quantity products_quantity,
price products_price, 
total final_price, 
tax products_tax 


FROM 
<@PREFIX>order_product 

where 
order_id = %s
